home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / BPNN133U.ZIP / DEMO2RGN.RSP < prev    next >
Text File  |  1992-11-19  |  711b  |  40 lines

  1. //
  2. //    file:    demo2rgn.rsp
  3. //    desc:    demo2 recognition response file
  4. //    by:    patrick ko shu pui
  5. //    date:    27 apr 1992
  6. //
  7.  
  8. // 4 input units
  9. -i=4
  10.  
  11. // 4 output units
  12. -o=4
  13.  
  14. // 2 hidden layers
  15. -hh=2
  16.  
  17. // 1st hidden layer = 4 units
  18. -h=4
  19.  
  20. // 2nd hidden layer = 3 units
  21. -h=3
  22.  
  23. // use demo2.rgn as recognition file
  24. -frecog=demo2.rgn
  25.  
  26. // and there are 2 recognition patterns
  27. -samp=2
  28.  
  29. // use the weight dump file demo2.dmp output from training
  30. -fdump=demo2.dmp 
  31.  
  32. // output the result in demo2.out
  33. -fout=demo2.out
  34.  
  35. //
  36. // The above response file is equivalent to the following command line
  37. //
  38. // bprecog -i=4 -o=4 -hh=2 -h=4 -h=3 -frecog=demo2.rgn -samp=2 -fdump=demo2.dmp -fout=demo2.out
  39. //
  40.